Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Each stage should only respond to its own stage invalidation notices. #199

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

ppt-adsk
Copy link
Collaborator

@ppt-adsk ppt-adsk commented Nov 11, 2024

Before this branch, all proxy shape scene indices would respond to all stage invalidate notifications, which is incorrect.

An invalidated proxy shape will rebuild all its Hydra prims, and for some reason they are rebuilt incorrectly, without the native instancing instancers, so the native instances disappear. This is another, latent bug, which is not fixed by this pull request, as it is out of scope, but this pull request avoids the latent bug.

@ppt-adsk ppt-adsk self-assigned this Nov 11, 2024
@ppt-adsk ppt-adsk added the ready-for-merge Development process is finished, PR is ready for merge label Nov 12, 2024
@lilike-adsk lilike-adsk merged commit 041fe0c into dev Nov 12, 2024
10 checks passed
@lilike-adsk lilike-adsk deleted the tremblp/HYDRA-1243/per_shape_stage_invalidate branch November 12, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge Development process is finished, PR is ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants